home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 3 / Precision Software Applications Silver Collection Volume Three (PSM) (1993).iso / drivers / vga80011.exe / README.TXT next >
Text File  |  1992-11-10  |  4KB  |  105 lines

  1. VGA800 "Generic" 800x600-16 Color SuperVGA Driver for OS/2 2.0
  2. Version 1.0, November 10, 1992
  3. Driver by Joel Armengaud (Internet: joe2@vnet.ibm.com)
  4.  
  5. Copyright 1992 by Joel Armengaud.  All Rights Reserved.
  6. This driver may be freely distributed.  No warranties or
  7. guarantees are made.
  8.  
  9. This driver is not officially supported by either the author or IBM.
  10. It is not an IBM effort -- it is solely the work of the author.  This
  11. driver is designed to be as generic as possible, but it will not work
  12. with all SuperVGA adapters.  Read the installation instructions and
  13. caveats with care.  When time permits, Joel Armengaud will answer support
  14. questions through electronic mail.  However, users should congregate on
  15. CompuServe, the Internet, and other such systems to resolve problems.
  16.  
  17. This driver is only designed to work with adapters that are supported
  18. by OS/2 2.0's BVHSVGA.DLL (SuperVGA base video handler).  These adapters
  19. are listed in the OS/2 README file (installed in the root directory) and
  20. include Trident 8900C, Tseng 4000, Headland/Video7, Paradise/Western
  21. Digital, and ATI VideoWonder chipsets.  If your adapter is not recognized
  22. by SVGA ON (per the instructions below), do not attempt to use this
  23. driver.  If your SuperVGA adapter manufacturer has provided custom OS/2
  24. 2.0 drivers, they should be used instead.
  25.  
  26. INSTALLATION
  27.  
  28. (1) Install OS/2 2.0 as you normally would, with standard VGA support.
  29. Apply any Service Packs/CSDs as you wish.  Read the OS/2 2.0 README
  30. file in the root directory.
  31.  
  32. (2) After you have installed OS/2 2.0, make sure that the following
  33. lines are contained in your CONFIG.SYS file:
  34.  
  35. SET VIDEO_DEVICES=VIO_SVGA
  36. SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA)
  37. DEVICE=x:\OS2\MDOS\VSVGA.SYS
  38.  
  39. where "x" refers to the drive where OS/2 resides, here and below.
  40.  
  41. In XR02000 (the original release of OS/2 2.0, without the Service
  42. Pack), these lines should read:
  43.  
  44. SET VIDEO_DEVICES=VIO_VGA
  45. SET VIO_VGA=DEVICE(BVHVGA,BVHSVGA)
  46. DEVICE=x:\OS2\MDOS\VSVGA.SYS
  47.  
  48. Also make sure that the line IOPL=YES appears in CONFIG.SYS.
  49.  
  50. Keep a backup of the original CONFIG.SYS file if changes are
  51. required.  If you make changes, Shutdown and reboot so that they
  52. may take effect.
  53.  
  54. (3) Go to a DOS Full Screen session (in the Command Prompts folder).
  55. Run any utilities (e.g. VMODE for Tseng 4000-based adapters; TVGACRTC
  56. for Trident 8900C adapters) which customize screen refresh rates, if
  57. necessary.  Then run SVGA ON.
  58.  
  59. If SVGA ON does not result in a file x:\OS2\SVGADATA.PMI which correctly
  60. identifies your SuperVGA adapter, do not use this generic driver.
  61.  
  62. (4) Create a directory called x:\DISPLAY.
  63.  
  64. (5) Rename the generic driver, VGA800.DLL, in this package to DISPLAY.DLL,
  65. and copy it to the x:\DISPLAY directory.  Do not delete or tamper with
  66. x:\OS2\DLL\DISPLAY.DLL.
  67.  
  68. (6) Edit CONFIG.SYS so that x:\DISPLAY is listed before x:\OS2\DLL in
  69. the LIBPATH line.  For example, if LIBPATH reads
  70.  
  71. LIBPATH=.;C:\OS2\DLL;C:\OS2\APPS\DLL;
  72.  
  73. change it to
  74.  
  75. LIBPATH=.;C:\DISPLAY;C:\OS2\DLL;C:\OS2\APPS\DLL;
  76.  
  77. Again, keep a backup copy of CONFIG.SYS handy should you need to
  78. revert to the original.
  79.  
  80. (7) Shutdown and reboot.  You should then have a Workplace Shell
  81. desktop in 800x600-16 colors.
  82.  
  83. This driver does not provide so-called "seamless Windows" support,
  84. i.e. Win-OS/2 programs will not run alongside OS/2 and DOS programs
  85. on the Workplace Shell desktop.  Win-OS/2 programs must be run
  86. in a full screen session.
  87.  
  88. The accompanying file, SVGAHARD.EXE, is a utility which can be run
  89. from any OS/2 Full Screen session.  It reports the information OS/2
  90. 2.0 knows about your SuperVGA adapter.  It is to be used for
  91. debugging purposes only and may be safely deleted by end users.
  92.  
  93. Note from the Author:  I would like to thank all the beta testers
  94. who helped me test this driver on a wide variety of hardware
  95. configurations.  And special thanks to Timothy F. Sipples
  96. (Internet: sip1@ellis.uchicago.edu) who wrote this documentation
  97. file on my behalf.
  98.  
  99. ARCHIVE CONTENTS
  100.  
  101. README.TXT    This file.
  102. VGA800.DLL    Generic 800x600-16 color driver.
  103. SVGAHARD.EXE    SuperVGA identification utility.
  104.  
  105.